home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 90 / PIWD90.iso / pc / contents / dreamweaver / tutorial_files / Pages 56-58 / complete / xtreme / style.css < prev   
Cascading Style Sheet File  |  2003-01-01  |  216b  |  15 lines

  1. p {
  2.     font-family: Arial, Helvetica, sans-serif;
  3.     font-size: 10px;
  4.     color: #000000;
  5. }
  6. .headline {
  7.     font-size: 12px;
  8.     color: #7D7D7D;
  9. }
  10. .diaryEvent {
  11.     font-weight: bold;
  12.     color: #FF9900;
  13.     text-decoration: underline;
  14. }
  15.